It depends on how you installed it. If this was done using homebrew, you should simply run at the command line:
$ brew uninstall sbt
Another solution is to manually remove the launcher script
$ which sbt
/Users/bam/bin/sbt
$ rm /Users/bam/bin/sbt
source
share