How can I uninstall Erlang/OTP which I use make install to build from source earlier. The install is pretty simple by using ./configure;m
make install
./configure;m
If you using Erlang for development I would suggest looking into kerl VM manager. It allows you to have multiple VM "installed" with different configuration options and possibility of switching between them.