diff --git a/js/003-data/slaveSummaryData.js b/js/003-data/slaveSummaryData.js
index b5654b6c0c4bb020b3e5b859bf3016fa83659552..77c57e7056c11d9ff291e6cc2f05ba4c87e0a0cb 100644
--- a/js/003-data/slaveSummaryData.js
+++ b/js/003-data/slaveSummaryData.js
@@ -547,7 +547,7 @@ App.Data.SlaveSummary = {
 				120: {desc: "healthy", style: "yellow"},
 				150: {desc: "Very healthy", style: "green"},
 				190: {desc: "Extremely healthy", style: "green"},
-				200: {desc: "Unnaturally healthy", style: "green"} //intended limit of 100 health
+				200: {desc: "Unnaturally healthy", style: "green"}, //intended limit of 100 health
 				999: {desc: "Unnaturally healthy", style: "green"} //catch to display unintended cases of health > 100 instead of vanishing
 			},
 		},
diff --git a/src/js/removeSlave.js b/src/js/removeSlave.js
index 4a1ebfe82c9e2e08d8201f616e959da9cfa0873c..ae6dedba9f50ef9cff765da690d9c99f112cfc41 100644
--- a/src/js/removeSlave.js
+++ b/src/js/removeSlave.js
@@ -35,6 +35,8 @@ globalThis.removeSlave = function(slave) {
 		}
 	}
 
+	V.favorites.delete(AS_ID);
+
 	if (INDEX >= 0 && INDEX < LENGTH) {
 		if (V.incubator > 0) {
 			V.tanks.forEach(child => {