How can I remove RVM (Ruby Version Manager) from my system?
Note that if you installed RVM via apt-get, you have to run some further steps than rvm implode or apt-get remove ruby-rvm to get it to really uninstall.
rvm implode
apt-get remove ruby-rvm
See "Installing RVM on Ubuntu".