PBR does not alter the default gateway (it is in paragraph 10 FAQ, but I can understand you do not want to read the whole guide)
For WireGuard you can disable the default gateway in two ways:
Interfaces > WG interface (/etc/config/network)
- In the Peers section, disable "Route Allowed IPs" (option route_allowed_ips '0')
or my favorite way - Under Advanced settings > "Use Default Gateway" > disable/untick
(`option defaultroute '0' )