Just want to say I solved this by delete the route I didn't want.
In my case I wanted to delete the default route pointing to a 192.168.100.1 gateway
I used the following command to do it:
ip route del default via 192.168.100.1
And it's gone! Hope this helps others!