[Raspberry Pi OS 64bit - HA Supervised] Cannot resolve Systemd-Resolved issue

I installed adguard directly on my OS bypassing the one that is available in the HA add-ons for the supervised variant.
Is Systemd-Resolved even needed? I do not see any issues.

I had to disable Systemd-Resolved since it was using port 53 by default.

sudo systemctl stop systemd-resolved

This auto-removed two services

Removed /etc/systemd/system/multi-user.target.wants/systemd=resolved.service.
Removed /etc/systemd/system/dbus-org.freedesktop.resolvel.service.

Now when I load home assistant i get the repair warning for systemd-resolved, but it allows for me to use adguard.
If I run:

sudo systemctl start systemd-resolved

with adguard stopped it does not rebuild the services in those two locations. Do I just create symbolic links to fix it? If so what is the path for the systemd-resolved?