Use del to remove the gender key:value pair from the dictionary.
del
gender
Make sure to pick [, followed by "gender", and finally ].
[
"gender"
]