You will remove all references to NAT and the 192.168 address space from the router.
On the firewall:
interface Ethernet0/0
switchport access vlan 2
interface Vlan2
nameif outside
security-level 0
ip address 69.XX3.116.76 255.255.255.248
nat (inside) 1 192.168.1.0 255.255.255.0
static (inside,outside) 69.xx3.116.77 192.168.1.10 netmask 255.255.255.255
static (inside,outside) 69.xx3.116.78 192.168.1.11 netmask 255.255.255.255
Do PAT on all [dynamic] internal addresses and use the remaining public addresses for static NAT.