Here is the simplest solution
ssh-keygen -R <host>
For example,
ssh-keygen -R 192.168.3.10
From ssh-keygen man page:
-R hostnameRemoves all keys belonging to hostname from a known_hosts file. This option is useful to delete hashed hosts (see the -H option above).