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