I was able to remove the route, however now I can't get out of the LAN from 192.168.88.0/24, while I can still reach my gw on L2TP server and the internet from the MikroTik (L2TP client)
[user@MikroTik] <SAFE> ip route remove numbers=0
[user@MikroTik] <SAFE> ip route print
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme, B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 ADS 0.0.0.0/0 l2tp-vpn 1
1 ADC 10.10.14.1/32 10.10.14.36 l2tp-vpn 0
2 ADS 1.2.3.4/32 192.168.0.1 0
3 ADC 192.168.0.0/24 192.168.0.101 ether1 0
4 ADC 192.168.88.0/24 192.168.88.1 bridge 0
[user@MikroTik] <SAFE> ping 10.10.14.1
SEQ HOST SIZE TTL TIME STATUS
0 10.10.14.1 56 64 17ms
1 10.10.14.1 56 64 10ms
2 10.10.14.1 56 64 11ms
3 10.10.14.1 56 64 11ms
sent=4 received=4 packet-loss=0% min-rtt=10ms avg-rtt=12ms max-rtt=17ms
[user@MikroTik] <SAFE> ping 8.8.8.8
SEQ HOST SIZE TTL TIME STATUS
0 8.8.8.8 56 119 20ms
1 8.8.8.8 56 119 20ms
2 8.8.8.8 56 119 21ms
3 8.8.8.8 56 119 20ms
sent=4 received=4 packet-loss=0% min-rtt=20ms avg-rtt=20ms max-rtt=21ms