It's not removing all the indexes A workaround for me is to use a loop on a unit removeRow ```swift removeRow(index: Int, animated: Bool = false) -> UIViewController? { ```