In AmmRouter:liquidateMaker(), the pools array can safely be deleted from storage
Description
AmmRouter:liquidateMaker() calls _unregisterPoolsFromMaker() with all the pools, which means that it could simply delete the pools from storage.
Status
Addressed in #0ea5723