Greetings,
You're like me don't like Snap for whatever reason(s) and want to remove it from your system? Look no further, this is how it is done.
With two commands you'll be Snap-free. But beware it will uninstall any snap installed application also.
The first command clear the snap cache.
The second command remove snap and snap applications.
sudo rm -rf /var/cache/snapd
sudo apt-get remove --purge snapd
Enjoy!!!