{
    "Function": "remove",
    "File": "contracts/lib/openzeppelin-contracts/contracts/utils/structs/EnumerableMap.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "remove"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function remove(AddressToUintMap storage map, address key) internal returns (bool) {\n        return remove(map._inner, bytes32(uint256(uint160(key))));\n    }"
}