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