When working with a large array of data, it’s not ideal to have to loop through everything multiple times, when you don’t need all the information.

This little helper function allows you to pass an array of keys that you no longer need, and remove them from the supplied array.