diff --git a/src/markets/theMarket/buySlaves.js b/src/markets/theMarket/buySlaves.js
index 9436335d2684228cdfda8729de924aeea8908a7f..ebc8e2a367a776da20b027b50482610ebf617a56 100644
--- a/src/markets/theMarket/buySlaves.js
+++ b/src/markets/theMarket/buySlaves.js
@@ -33,10 +33,6 @@ App.UI.buySlaves = function() {
 	App.UI.DOM.appendNewElement("div", el, "The arcology's prosperity and culture will affect slaves who have lived there.", "note");
 	App.UI.DOM.appendNewElement("div", el, neighborsBlock());
 
-	// Midrange
-	App.UI.DOM.appendNewElement("h3", el, "Midrange");
-	el.append(storeBlock(App.Data.Markets.intermediate));
-
 	// Schools
 	if (V.rep > 6000) {
 		App.UI.DOM.appendNewElement("h3", el, "Slave Schools");
diff --git a/src/markets/theMarket/marketData.js b/src/markets/theMarket/marketData.js
index 79079176f4250afa004e1a6d052297b8fb5e332e..7ab69ed70561b26f65d06973927b3cb2b0623b45 100644
--- a/src/markets/theMarket/marketData.js
+++ b/src/markets/theMarket/marketData.js
@@ -42,8 +42,6 @@ App.Data.Markets = {
 			note: `Slaves will tend to be low quality and resistant.`,
 			get requirements() { return (V.rep > 500) ? true : `You are not reputable enough to buy kidnapped slaves.`; }
 		},
-	],
-	intermediate: [
 		{
 			title: "Runaway Hunters' Market",
 			marketType: "hunters",