How can I remove RVM (Ruby Version Manager) from my system?
Remove the RVM load script from /.bash_rc or /.zsh_rc, then use:
rm -rf /.rvm
Or:
rvm implode