They give the suggestion to remove via
sudo rm -rf /var/cache/snapd/ && sudo apt autoremove --purge snapd && rm -fr ~/snap
sudo bash -c "cat > /etc/apt/preferences.d/no-snapd.pref" << EOL Package: snapd Pin: origin "" Pin-Priority: -1 EOL
They give the suggestion to remove via
And make sure it never installs again: