This document presents the results of a study analyzing how developers remove self-admitted technical debt (SATD) from five open source projects. The study found that 20-50% of SATD removals were accidental due to code being removed. It also found that only 8% of SATD removals were acknowledged in commit messages. While most SATD fixes required complex code changes, some were addressed with simpler changes like modifying method calls or conditionals. The study provides insights into how SATD is typically removed and patterns that may help recommend SATD solutions.