Before removing a subnet from your network, you'll (obviously) want to make sure there aren't any clients/subscribers using any IPs from that subnet. To migrate those client's out of that subnet's space, simply modify the subnet's DHCP config to deny all clients. This will cause the DHCP server to lease IPs from a different pool, freeing up the subnet you are going to remove.
pool {
deny unknown-clients;
}