I want to uninstall Xcode 5 beta 5 before installing beta 6 (I know it\'s under NDA, but as long as I don\'t mention anything about the software itself, I think we\'re good). Wh
Go into your developer folder and in the About Xcode.pdf
it will have instructions
/Developer/Developer/About\ Xcode.pdf
It is near the end of the pdf but you can search for uninstall
and it will give you some options
You will most likely want
sudo /Library/uninstall-devtools --mode=all
But I recommend you read the uninstall section so you can see the options available.