Remove a banned ip address

Ok good. So you need to check the oc_bruteforce_attempts table for entries you want to remove.
After you narrow down what to remove, you could delete individual rows or run a delete query, something like
DELETE FROM oc_bruteforce_attempts WHERE ip LIKE "192.168.1.%"