The $removedItem is a property on the root context.
When you are inside each the context is changed to the current item.
This means you need to use the expression to get the $removedItem from the root context.
In handlebars this can be done using {{@root.$removedItem}}
https://handlebarsjs.com/api-reference/data-variables.html#root