• Same: Find the record in the leaf and delete it.

  • This is an order 2 b-tree, and the leaf has 2 keys (the minimum). Nothing else to do.

  • The parent still has the deleted key, 771. That's OK, the key still works to direct searches properly.