How to uninstall Google Chrome?
Run sudo apt-get remove google-chrome-stable
in a terminal.
It's usually better to purge:
sudo apt-get purge google-chrome-stable
and then
sudo apt-get autoremove
This will make sure you don't have unnecessary packages remaining, and will remove config files, saving a little space and making sure it won't interfere with other programs or future reinstallations.