Create the variable butter, then use .pop() to remove the "butter" key, and store the value into the variable.
butter
.pop()
"butter"
Make sure to type butter = recipe.pop("butter").
butter = recipe.pop("butter")