Yes, as mentioned, this is not a "gateway" route - it says that if your machine needs to reach any hosts on 192.168.2.0/24, just broadcast an arp using eth0.
It should not/cannot be deleted.
You have no "gateway" route specified in your routing table. A gateway has flag "G".
Code:
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.100.0 0.0.0.0 255.255.255.0 U 0 0 0 vmnet8
192.168.200.0 0.0.0.0 255.255.255.0 U 0 0 0 vmnet1
10.66.90.0 0.0.0.0 255.255.254.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 10.66.90.1 0.0.0.0 UG 0 0 0 eth0