How do I uninstall gitlab?
I deleted the /home/gitlab
directory but it still opens up when I browse to my hostname.
Stop the gitlab service. Try doing.
sudo apt-get remove gitlab-ce
Then remove gitlab files from the system. Some files are in /etc directory.
Have a look at the official documentation.