Uninstalling the currently active version of node.js with nvm
First type
$ nvm deactivate
Then type
$ nvm uninstall 8.8.1
rm -Rf ~/.nvm
This is the nuclear option in my case. just -R would ask me if I really wanted to delete every file in the nvm folder.