1. Find the item that needs to be removed
3. If the leaf it was in had the minimum number of data items, then it is now below the minimum
4. Adopt a neighboring item, if the neighbor is not itself at its minimum
5. If the neighbor is at its minimum, combine with the neighbor to form a full leaf
6. The parent has lost a child
7. If this loss causes the parent to fall below its minimum, then it follows the same strategy
8. This process could percolate all the way up to the root