Removes multiple routes from the tree.
void removeRoutes(List<GetPage> routes) { for (final route in routes) { removeRoute(route); } }