How do I uninstall a module?

If you are using a package management system (such as RPM), just follow its documentation for uninstalling.

If you have installed a module from source code, and you think you may want to uninstall it, make sure you keep your source tree. Just go to the module's source and run make uninstall. It should go through and remove all the files it installed.